home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Your Choice 3
/
Your Choice Software Collection 3.iso
/
doom
/
progs
/
autoshot
/
autoin.bat
< prev
next >
Wrap
DOS Batch File
|
1994-08-14
|
789b
|
27 lines
@echo off
echo backing up original graphics
dmgraph shtga0 -e auto\shtga0.gif
dmgraph shtgb0 -e auto\shtgb0.gif
dmgraph shtgc0 -e auto\shtgc0.gif
dmgraph shtgd0 -e auto\shtgd0.gif
dmgraph shtfa0 -e auto\shtfa0.gif
dmgraph shtfb0 -e auto\shtfb0.gif
echo adding auto-shotgun graphics..
dmgraph shtga0 -i -90,-76 -s auto\as1.gif
dmgraph shtgb0 -i -90,-76 -s auto\as2.gif
dmgraph shtgc0 -i -90,-76 -s auto\as3.gif
dmgraph shtgd0 -i -90,-76 -s auto\as4.gif
dmgraph shtfa0 -i -90,-76 -s auto\newfa.gif
dmgraph shtfb0 -i -90,-76 -s auto\newfb.gif
echo backing up the current doom.exe to patch file original.deh
dehacked doom.exe -save original.deh
echo installing auto-shotgun patch
dehacked doom.exe -load newauto.deh
echo autoshotgun version 1.2 installed